@charset "UTF-8";
.index_section1{height:100vh; position:relative;}
.hmFocus{ height:100vh; background:#093977;}
.hmFocus_item { height: 100vh; position: relative; overflow: hidden; }
.hmFs_bg { height: 100%; width: 100%; background-repeat:no-repeat; background-size:cover; background-position:center center;-webkit-transform:scale(1.12); transform:scale(1.12); }
.hmFocus_item video{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);width: 100%; height: 100%; object-fit: cover;}
.hmFs_layBg{position:absolute; left:0; top:0; width:100%; height:100%;z-index:1;
	background: -webkit-linear-gradient(top, rgba(11,83,167,0), rgba(11,83,167,0.5));
    background: -o-linear-gradient(bottom, rgba(11,83,167,0), rgba(11,83,167,0.5));
    background: -moz-linear-gradient(bottom, rgba(11,83,167,0), rgba(11,83,167,0.5));
    background: linear-gradient(to bottom, rgba(11,83,167,0), rgba(11,83,167,0.5));}
.hmFocus_item:after{content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgba(0,0,0,0.15);}


.active .hmFs_bg{ visibility: visible; -webkit-animation: scaleBg 6s linear forwards; animation: scaleBg 6s linear forwards;}
.hmTxt { display: inline-block; position: absolute; z-index: 5; left: 0%; top: 50%; transform: translate(0%,-50%); width:100%; color: #FFF; text-align: center;}
.hmTxt img{transition:all 0.5s ease-in-out; opacity:0; transform:translate(-100px,0); margin:0 auto;}
.hmTxtDes{position:absolute; left:0; top:0; width:100%; padding-top: 4px; }
.hmTxt_ct { font-size: 70px; font-weight: bold; display: block; height: 84px; transition:all 0.8s ease-in-out; opacity:0; transform:translate(180px,0px) }
.hmTxt_et { font-size: 30px; margin-top:25px; line-height: 50px; font-weight: 100; transition:all 0.8s ease-in-out; opacity:0; transform:translate(180px,0px) }



.hmFocus_dot{ position:absolute; left:0%; transform:translateX(0%); width:100%; text-align:center; z-index:3; bottom:2.72vw;}
.hmFocus_dot:before{content:""; height:1px; background:rgba(255,255,255,0.1); width:100%; position:absolute; left:0; top:16px;}
.hmFocus_dot span{ height:32px; display:inline-block; position:relative; margin:0 18px; transform:scale(0.8)}
.hmFocus_dot span:before{content:""; width:12px; height:12px; background:#fff; border-radius:50%; position:absolute; left:10px; top:10px;}
.hmFocus_dot span svg{ width:32px; height:32px; position:absolute; left:0; top:0;}
.hmFocus_dot span:after{content:""; width:32px; height:32px; border:2px solid rgba(11, 83, 167 , 0.3); border-radius:50%; position:absolute; left:0; top:0; transition:all 0.5s ease-in-out; opacity:0}
@keyframes dash{to{stroke-dashoffset:0px}}
.circle{stroke-dasharray:360px;stroke-dashoffset:360px}
.on .circle{animation:dash 6s linear forwards}
.hmFocus_dot span.on:before{ background:#0b53a7;}
.hmFocus_dot span.on:after{opacity:1;}
.hmFocus_dot span.on:first-child .circle{animation:dash 12s linear forwards}


.slick-arrow{ font-size:0; z-index:100;position: absolute; top:50%; transform: translate(0,-50%); width:0.6rem; height:0.6rem;border-radius:50%; cursor: pointer; padding: 0;transition: all ease 0.3s;background-color: #0b53a7;background-position: center center;background-repeat: no-repeat;}
.slick-prev{ left:-65px;background-image: url(../images/more02.png);}
.slick-next{ right:-65px;background-image: url(../images/more01.png);}
.slick-disabled,.slick-disabled:hover{cursor: default;background-color: #e7e7e7 !important;}

.hmFocus .slick-arrow{border:0;border-radius: 0;background-color: transparent !important;}
.hmFocus .slick-prev{background-image: url(../images/arrleft.svg);}
.hmFocus .slick-next{background-image: url(../images/arrright.svg);}
.hmFocus:hover .slick-prev{left: 3%;}
.hmFocus:hover .slick-next{right: 3%;}


.tsgd{width:100%;overflow:hidden;text-align:center;color:#fff;position:absolute;left:0;bottom:1rem;z-index:9;}
.tsgd .tsgdimg,.tsgd p{width:100%;overflow:hidden;text-align:center;margin-top:10px;}
.tsgd .tsgdimg{-webkit-animation: scroll 1s infinite alternate; animation: scroll 1s infinite alternate;}
.tsgd p{color:#fff;}
@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(0, 8px);
            transform: translate(0, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(0, 8px);
            transform: translate(0, 8px);
  }
}


.hmTxtDes2{position:absolute; left:0; width:100%; top:50%; transform:translateY(-50%); z-index:5; color:#fff;}
.hmTxtDes2_t1 { font-size: 36px; line-height: 48px; margin-bottom: 40px; font-weight: bold; letter-spacing: 2px; max-width:945px; transition:all 0.8s ease-in-out; opacity:0; transform:translate(180px,0px) }
.hmTxtDes2_p1 { font-size: 20px; line-height: 40px; font-weight: 100; margin-bottom: 45px; max-width: 945px; letter-spacing: 2px; transition:all 0.8s ease-in-out; opacity:0; transform:translate(180px,0px) }
.hmTxtDes2_btns{ transition:all 0.8s ease-in-out; opacity:0; transform:translate(180px,0px) }
.hmTxt_btn1{ line-height: 48px; background: #C61634; text-align: center; height: 48px; width: 200px; display: inline-block; margin-right: 24px; font-size: 16px; color: #FFF; letter-spacing: 2px; box-shadow:0 8px 12px 10px rgba(198,22,52,0.1); }
.hmTxt_btn1:hover{ background: #AA132E; color: #FFF; }
.hmTxt_btn2{ line-height: 44px; height: 48px; width: 200px; border: 2px solid #FFF; text-align: center; display: inline-block; font-size: 16px; color: #FFF; }
.hmTxt_btn2:hover{ color: #c61634; background: #FFF; }
.index_content{ position:relative;padding: 15.27vh 0px; min-height:100vh; position:relative}
.index_bg{ height:100%; position:absolute; left:0; top:0; width:100%; background: url(../images/hmc2_bg1.jpg) no-repeat fixed center center; background-size:cover; opacity:0; transition:all 0.5s ease-in-out;}
.index_bg:after{content:""; width:100%; height:100%; background:rgba(0,0,0,0.3); position:absolute; left:0; top:0}
.index_bg.on{opacity:1;}
.index_content .container{position:relative; z-index:5;}
.active .hmTxt img{transform:translate(0,0); opacity:1; transition-delay:0.3s;}
.active .hmTxt_ct{transform:translate(0,0); opacity:1; transition-delay:0.4s;}
.active .hmTxt_et{transform:translate(0,0); opacity:1; transition-delay:0.5s;}
.active .hmTxtDes2_t1{transform:translate(0,0); opacity:1; transition-delay:0.3s;}
.active .hmTxtDes2_p1{transform:translate(0,0); opacity:1; transition-delay:0.4s;}
.active .hmTxtDes2_btns{transform:translate(0,0); opacity:1; transition-delay:0.5s;}
@media (max-width:1799px){
.hmTxt_ct{font-size:52px;}
.index_content{padding: 80px 0px;}
.hmTxtDes2_t1 { font-size: 26px; line-height: 38px; margin-bottom: 26px;}
.hmTxtDes2_p1 { font-size: 18px; line-height: 32px; margin-bottom: 35px;}
.hmFocus_doc{bottom:40px;}
.hmTxtDes{padding-top:18px; }
}
@media (max-width:1199px){
.hmTxtDes{padding-top: 0px; }
}
@media (max-width:993px){
.index_section1,.hmFocus_item ,.hmFocus{height:420px;}
.hmTxt_ct{font-size:42px;}
.hmTxt_et{font-size:22px; line-height:38px; margin-top:-15px;}
}
@media (max-width:767px){
.index_section1,.hmFocus_item ,.hmFocus{height:280px;}
.hmTxt_ct{font-size:16px; height:30px; line-height:30px; margin-bottom:0}
.hmTxt_et{font-size:14px; line-height:22px; margin-top:5px;}
.hmTxt{width:100%;}
.hmTxt img{width:52%;}
.hmTxtDes2_t1 { font-size: 18px; line-height: 28px; margin-bottom: 15px; letter-spacing: 0em; }
.hmTxtDes2_p1 { font-size: 14px; line-height: 22px; margin-bottom: 20px;}
.hmTxt_btn1{width:105px; height:40px; line-height:40px; font-size:14px; letter-spacing:0; margin-right:12px;}
.hmTxt_btn2{ line-height: 38px; height: 40px; width: 105px; border: 1px solid #FFF; font-size: 14px;}
}

@media (max-width:600px){
.index_section1,.hmFocus_item ,.hmFocus{height:240px;}
}


/**************产品*******************/
.HomePro{background:url(../images/proboxbg.jpg) 0px top no-repeat;background-size: cover;overflow: hidden; padding:1rem 0px;}
.HomePro .HomeTit{float: left;padding-bottom: 0.6rem;position: relative;}
.HomeTit h2{line-height: 0.79rem;font-size: 0.3rem;color:#0b53a7;display: inline-block;vertical-align: top;line-height: 2;text-align: center;padding-left: 0.51rem;position: relative;font-weight: normal;}
.HomeTit h2 span{font-size: 0.4rem;color:#999999;font-family: "RajdhaniR";opacity: 0.5;z-index: -1;text-transform: uppercase;position: absolute;width: 100%;left: 0;bottom: 0;line-height: 1;background-image: linear-gradient(to bottom,#effaf9, #b3e4e0);background-clip: text;-webkit-background-clip: text;color:transparent;}
.HomeTit h2:After,.HomeTit h2:before{content: "";position: absolute;width: 0.08rem;height: 0.08rem;border-radius: 50%;top: 50%;left: 0;transform: translateY(-50%);background: #0f7aae;}
.HomeTit h2:before{left: 0.23rem;background: #0b53a7;}
.HomeTit .moreBtn{position: absolute;right: 0;top: 0.15rem;}


.HomePro .TabNav{float: right; width:50%;padding-bottom: 9px;border-bottom: 1px solid #ebf2f1;display: flex;justify-content: space-between;position: relative;z-index: 10;}
.HomePro .TabNav .icon img{display: block;height: 0.45rem;margin: 0px auto 5px;}


.HomePro .TabNav li{ text-align: left; position: relative;width: 25%;overflow: hidden;cursor: pointer;transition: all 0.3s;}
.HomePro .TabNav li:after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  line-height: 0.64rem;
  text-align: center;
  background-color: #fff;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

.HomePro .TabNav li > i {display: block; position: relative; z-index: 10;width: 0.64rem; height: 0.64rem; border-radius: 50%; line-height: 0.64rem; text-align: center;background-color: transparent;}
.HomePro .TabNav li > i > img {position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;display: inline-block;/* height: 28px; */width: 75%;}
.HomePro .TabNav li > i:after {content: "";position: absolute;top: 0;bottom: 0;margin: auto;width: 201px;height: 1px;left: 120%;background-color: #b3bfc3;}
.HomePro .TabNav li > span {
  display: inline-block;
  height: 32px;

  line-height: 32px;
  width: 64px;
  text-align: center;
  transform: translateY(-14px);
  -webkit-transform: translateY(-14px);
  -moz-transform: translateY(-14px);
  -o-transform: translateY(-14px);
  -ms-transform: translateY(-14px);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  font-weight: bold;
}
.HomePro .TabNav li:after { content: "";position: absolute;z-index: 3;width: 0.64rem;height: 0.64rem;border-radius: 50%;  line-height: 0.64rem; text-align: center; background-color: #f3f4f8; top: 0; left: 0; opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}


.HomePro .TabNav li:not(:last-child){margin-right: 0.2rem;}
.HomePro .TabNav li p{margin: 0px auto;text-align: center;}
.HomePro .TabNav li.on{color:#0b53a7;font-weight: bold;font-size: 0.16rem;}

.HomePro .TabNav li.on:after,
.HomePro .TabNav li:hover:after {
  opacity: 1;
  transition-delay: 0.2s;
}
.HomePro .TabNav li.on > span,
.HomePro .TabNav li:hover > span {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}



.HomePro .TabCon {clear: both;}
.ProList .slider{margin: 0 -0.17rem 0 -0.18rem;padding-bottom: 0.67rem;}
.ProList .item{padding:0 0.17rem 0.35rem 0.18rem;width: 33.333%;float: left;}
.ProList .item a{display: block;border-radius: 0.2rem;background:url(../images/probg.jpg) center center no-repeat;background-size: cover;position: relative;overflow: hidden;min-height: 4.07rem;}
.ProList .item a:hover{background:url(../images/probg4.jpg) center top no-repeat;background-size: cover;}
.imgbox{ overflow:hidden; position:relative;}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;}
.imgbox img{ width:100%; height:100%;object-fit: cover;}

.ProList .item .imgbox{padding-top: 59%;position: absolute;top: 0;left: 0.45rem;width: calc(100% - 0.9rem);transition: all 0.5s;}
.ProList .item .imgbox img{object-fit: contain;}
.ProList .item .info{padding:0 0.45rem;position: absolute;z-index: 10;left: 0;bottom:0;width: 100%;transition: all 0.5s;height: 0.7rem;}
.ProList .item .info .desc{height: 30px;}
.ProList .item .blank{height: 1.07rem;transition: all 0.3s;}
.ProList .item .ti{border-top: 1px solid rgba(153,153,153,0.1);line-height: 0.7rem;font-size: 0.2rem;padding-right: 0.3rem;position: relative;}
.ProList .item .ti:After{content: "";position: absolute;right: 0;top: 50%;background: url(../images/more.png) center center;width: 15px;height: 9px;margin-top: 0px;transition: all 0.3s;}
.ProList .item:hover a{color:#fff;}
.ProList .item:hover .blank{height: 0;}
.ProList .item:hover .info{color:#fff;height: 100%;}
.ProList .item:hover .ti{border-top: 0;}
.ProList .item:hover .ti:after{display: none;}
.ProList .item:hover .desc{margin:7px 0 26px;}
.moreBtn{display: inline-block;}
.moreBtn i{display: inline-block;width: 0.5rem;height: 0.5rem;border-radius: 50%;margin-right: 0.2rem;border:1px solid #e2e7e7;background-image: url(../images/more.png);vertical-align: middle;position: relative;background-position: center center;background-repeat: no-repeat;}
.moreBtn i:after{width: 4px;height: 4px;border-radius: 50%;content: "";top: 1px;right: 9px;background:#0b53a7;position: absolute;transition: all 0.3s;}
.moreBtn:hover i,.item:hover .moreBtn i{border:1px solid #0b53a7;background-image: url(../images/more01.png);}
.moreBtn:hover i:after,.item:hover .moreBtn i:after{width: 100%;height: 100%;top: 0px;right: 0px;z-index: -1;}

.ProList .item:hover .moreBtn{color:#fff;}
.ProList .item:hover .imgbox{padding-top: 48.5%;top: 36%;}
.ProList .item .moreBtn i{border: 1px solid #fff !important;background-color: transparent !important;}
.ProList .item .moreBtn i:after{width: 4px !important;height: 4px !important;background:#fff;top: 1px !important;right: 9px !important;}
.ProList.sub{padding-bottom: 0.15rem;}
.ProList.sub .slider{padding-bottom: 0;}


.ProList .slick-dots{bottom:0.29rem;width: 1rem;left: 50%;transform: translateX(-50%);text-align: left;line-height: 1px;}
.ProList .slick-dots li{width: auto;height: 1px;margin: 0 5px 0 5px;vertical-align: top;}
.ProList .slick-dots li button{width: 5px;transition: all 0.3s;border-radius: 0;background: #ddd;height: 4px;position: static;transform: translate(0,0);}
.ProList .slick-dots .slick-active button{width: 5px;background: #0b53a7;}
.ProList .slick-arrow{top: auto;transform: translateY(0);bottom: 0;}
.ProList .slick-prev{left: 50%;margin-left: -1.35rem;}
.ProList .slick-next{left: 50%;margin-left: 0.75rem;}

@media(max-width:1024px){
	.HomePro .HomeTit{float: none;}
	.HomePro .TabNav{float: none;width: 100%;margin-bottom: 0.25rem;display: block;overflow-x: auto;white-space: nowrap;}
	.ProList .slick-dots{bottom: 15px;}
	.ProList .slick-prev{margin-left: -1.1rem;}
	.ProList .item a{min-height: 2.8rem;}
}
@media(min-width:768px){
	.ProList.sub .item:nth-child(3n+1){clear: both;}
}
@media(max-width:767px){
	.ProList .item{width: 50%;}
	.ProList.sub .item:nth-child(2n+1){clear: both;}
}
@media(max-width:640px){
	
	.HomePro .TabCon .item .ti{height: 0.7rem;font-size: 15px;}
	.ProList .item{width: 100%;}
	.ProList .item a{min-height: 4rem;}
	.ProList .item .ti{font-size: 15px;}
}
@media(max-width:480px){
	.ProList.sub .item{width: auto;float: none;}
	.ProList .item:hover .info{padding-top: 0.2rem;}
	.ProList .item:hover .desc{margin:-6px 0 10px;}
}


.Foor1{position: relative;}
.Foor1 .Leftbox{width: 46%;padding: 1rem 0 0;}
.Foor1 .Leftbox .table-nav{border-top: .02rem solid #e3e4eb;}

.Foor1 .Leftbox .table-box{padding: .8rem 0;}

.Foor1 .Leftbox .table-box h5{font-size: .4rem;color: #0b53a7;margin-bottom: .35rem;}
.Foor1 .Leftbox .table-box .des{font-size:.18rem;line-height: 2.2;min-height: 1.8rem;}

.Foor1 .Leftbox .table-box .moreBtn{ margin-top:40px;}
.Foor1 .Leftbox .table-box .moreBtn a{display: inline-block;padding:.3rem .15rem .3rem .34rem;position: relative;font-size:.16rem;color:#1c2a73;}
.Foor1 .Leftbox .table-box .moreBtn a:before{width: .78rem;height: 100%;content: '';background:url(../images/morei1.png) no-repeat;background-size: contain;position: absolute;left: 0;top: 0;opacity: .3;}
.Foor1 .Leftbox .table-box .moreBtn a:after{width: .06rem;height: .08rem;content: '';background:url(../images/morei2.png) no-repeat;background-size: contain;position: absolute;right: 0;top: 50%;margin-top: -.04rem;}

.Foor1 .imgBox{position: absolute;bottom: 0;right: 0;width: 52%;}
.Foor1 .imgBox img{width: 100%;}

@media(min-width: 1025px){
    .Foor1 .imgBox .moreBtn a:before,
    .Foor1 .imgBox .moreBtn a:after{transition:.5s;}
    .Foor1 .imgBox .moreBtn a:hover:before{left: .1rem;}
    .Foor1 .imgBox .moreBtn a:hover:after{right: -.05rem;transform: rotate(360deg);}
}

.idxcount-box{ position:relative; overflow:hidden;/*background:#f3f4f8;*/}
.idxcount-box .item{width: 25%;float: left;/*border-left: 1px solid #e3e4eb;*/padding:.5rem .5rem .4rem;position: relative;}
.idxcount-box .item:first-child{border-left:none;}
.idxcount-box .item .numBox{font-size:.46rem;color:#1c2a73;line-height:1;}
.idxcount-box .item .numBox span{display: inline-block;line-height:1;vertical-align: baseline;margin-right:.05rem;font-weight: bold;}
.idxcount-box .item .numBox sub{font-size:.16rem;vertical-align: baseline;}
.idxcount-box .item .numBox sup{font-size:.16rem;display: inline-block;}
.idxcount-box .item p{font-size:.16rem;color: #333;margin-top: .12rem;}
.idxcount-box .item .iconB{width: .25rem;position: absolute;top: .55rem;right: .5rem;}



@media (max-width:993px){
.Foor1 .Leftbox {  width: 100%; padding: 1rem 0 0;}
.Foor1 .imgBox { position:relative; bottom: 0;right: 0;width: 100%;
}
.idxcount-box .item { width: 50%;}
}

/* tit
-------------------------------------------------------------- */
.tit{
	width:100%;
	height: 1.05rem;
	line-height: 1.2rem;
	overflow:hidden;
	/* text-align:center; */
	position:relative;
	}
.tit span{font-size: 1rem;font-family:Arial;color: #def7e2;font-weight:bold;text-transform:uppercase;position:relative;}
.tit span:after{
	content:"";
	width:100%;
	height:50%;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.5) , #fff);
    background: -o-linear-gradient(bottom, rgba(255,255,255,0.5) , #fff);
    background: -moz-linear-gradient(bottom, rgba(255,255,255,0.5) , #fff);
    background: linear-gradient(to bottom, rgba(255,255,255,0.5) , #fff);
	position:absolute;
	left:0;
	bottom:0;
	}
.tit h4{width:100%;overflow:hidden;font-size: 0.4rem;/* color:#2c3441; */position:absolute;bottom:0;}
.tit h4 a{font-size: 0.4rem;color: #0b53a7;}


/* newsnr-------------------------------------------------------------- */

.index_news_bg{ position:relative; padding:0.8rem 0px;background: url(../images/newsbg.jpg) no-repeat top center; background-size: cover;}

.newsnr,.newslist,.newslist .newsdate,.newslist h4,.newslist p{width:100%;overflow:hidden;}

.newsnr{
	margin-top: 0.8rem;
}
.newslist .newsdate{
	font-size: 28px;
	color:#2f2f2f;
	font-family:Arial;
	line-height:45px;
	margin-bottom: 20px;
	}
.newslist h4{
	font-size: 22px;
	color:#1c2533;
	line-height: 1.5;
	}
.newslist p{
	font-size:15px;
	color:#6f6f6f;
	margin-top: 20px;
	}
.newslist .newsmore{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#1c2533;
	line-height:30px;
	background:url(../images/icon14.png) no-repeat left center;
	padding-left:63px;
	margin-top:98px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newslist:hover .newsmore{
	background:url(../images/iconh14.png) no-repeat left center;
}
.newsbot{
	width:100%;
	overflow:hidden;
	margin-top:95px;
	position: relative;
}
.newsbot .swiper-button{
	float:left;
}
.newsbot .swiper-button div{
	float:left;
	width: 0.6rem;
	height: 0.6rem;
	border:solid 1px #bababa;
	border-radius:50%;
	margin-right:16px;
	position: relative;
	margin-top: 0px;
	left: auto;
	right: auto;
}
.newsbot .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
}
.newsbot .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
}
.newsbotmore{
	width: 1.8rem;
	height: 0.6rem;
	line-height: 0.6rem;
	border:solid 1px #bababa;
	border-radius: 0.3rem;
	float:left;
	text-align:right;
	padding-right: 0.25rem;
	background: url(../images/icon15.png) no-repeat 0.4rem center;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.newsbotmore a{
	display:block;
	font-size: 0.15rem;
}
.newsbotmore:hover{
	border: solid 1px #14b29d;
}
.newsbotmore:hover a{
	color:#14b29d;
}
